home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #2 / Amiga Plus CD - 1998 - No. 2.iso / multimedia / scene-demos / erdnuss / ahiusr.readme < prev    next >
Text File  |  1980-02-04  |  5KB  |  143 lines

  1. Short:    Retargetable audio v4.14, User's Archive
  2. Author:   Martin Blom <lcs@lysator.liu.se>
  3. Uploader: Martin Blom <lcs@lysator.liu.se>
  4. Type:     mus/misc
  5.  
  6.      This archive contains the binary distribution of AHI,
  7.      everything you need to use programs that require AHI,
  8.      and documentation in AmigaGuide® format.
  9.  
  10.      Changes since last release
  11.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  12.      Bug fixes.
  13.      The Paula driver can now be told to swap left and right channel.
  14.      Toccata driver updated, should work fine on Draco Motion again.
  15.      Added Melody to the distribution.
  16.  
  17.  
  18.  
  19. TITLE
  20.  
  21.      AHI Audio system
  22.  
  23. VERSION
  24.  
  25.      Release 4
  26.  
  27. AUTHOR
  28.  
  29.      Martin Blom <lcs@lysator.liu.se>
  30.  
  31. DESCRIPTION
  32.  
  33.      Retargetable Audio for AmigaOS
  34.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  35.  
  36.      (When refering to this software, the correct term is
  37.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  38.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  39.  
  40.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  41.      However, many features are lacking:
  42.  
  43.      · Very limited volime control when using 16 bit samples
  44.      · No HiFi mixing routines are available.
  45.      · No stereo samples
  46.      · No DSP effects are available.
  47.      · Less precision on some calculations
  48.      · Slower
  49.  
  50.      As you can see, this version is very primitive.  Get yourself an
  51.      accelerator!  I cannot guarantee that I will continue to support this
  52.      processor in the future.
  53.  
  54.      Quick overview
  55.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  56.  
  57.      * Driver based
  58.  
  59.      Each supported sound card is controlled by a library-based audio
  60.      driver. For a 'dumb' sound card, a new driver should be written in
  61.      a few hours. For a 'smart' sound card, it is possible to utilize an
  62.      on-board DSP, for example, to maximize performance and sound quality.
  63.      For sound cards with own DSP but little or no memory, it is possible
  64.      to use the main CPU to mix channels and do the post-processing
  65.      with the DSP. Available today are drivers for
  66.  
  67.      · Aura (sampler only)
  68.      · Delfina DSP and Delfina Lite
  69.      · DraCo Motion
  70.      · Paula (8/14/14c bit)
  71.      · Prelude
  72.      · Toccata
  73.      · Wavetools
  74.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  75.  
  76.      * Fast, powerful mixing routines (yeah, right... haha)
  77.  
  78.      The device's mixing routines mix 8- or 16-bit signed samples, both
  79.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  80.      (with stereo panning if desired) data, using any number of channels
  81.      (as long as 'any' means less than 128...).  Tables can be used speed
  82.      the mixing up (especially when using 8-bit samples).  The samples can
  83.      have any length (including odd) and can have any number of loops.
  84.      
  85.      * Support for non-realtime mixing
  86.  
  87.      By providing a timing feature, it is possible to create high-
  88.      quality output even if the processing power is lacking, by saving
  89.      the output to disk, for example as an IFF AIFF or 8SXV file.
  90.      There are so-called HiFi mixing routines that can be used, which
  91.      use linear interpolation and gives 32 bit output.
  92.  
  93.      * Audio database
  94.  
  95.      Uses ID codes, much like Screenmode IDs, to select the many
  96.      parameters that can be set. The functions to access the audio
  97.      database are not too different from those in 'graphics.library'.
  98.      The device also features a requester to get an ID code from the
  99.      user.
  100.  
  101.      * Both high- and low-level protocol
  102.  
  103.      By acting both like a device and a library, AHI gives the programmer
  104.      a choice between full control and simplicity. The device API allows
  105.      several programs to use the audio hardware at the same time, and
  106.      the AUDIO: dos-device driver makes playing and recording sound very
  107.      simple for both the programmer and user.
  108.  
  109.      * Future Compatible
  110.  
  111.      When AmigaOS gets device-independent audio worth it's name, it should
  112.      not be too difficult to write a driver for AHI, allowing applications
  113.      using 'ahi.device' to automatically use the new OS interface. At
  114.      least I hope it wont.
  115.  
  116. SPECIAL REQUIREMENTS
  117.  
  118.      AmigaOS release 2.
  119.      MC68020 processor strongly recommended.
  120.  
  121. AVAILABILITY
  122.  
  123.      Aminet, for example:
  124.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  125.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  126.      ftp://ftp.germany.aminet.org/pub/aminet/docs/misc/ahiman.lha
  127.  
  128.      WWW:
  129.      http://www.lysator.liu.se/~lcs/ahi.html
  130.  
  131. PRICE
  132.  
  133.      Free. But if you use it in a shareware of commercial product,
  134.      I would like a registered copy for me and each of the audio driver
  135.      authors (this is merely a wish, you don't have to do it if you don't
  136.      think we deserve it). See the AHI User's Guide for more information.
  137.  
  138. DISTRIBUTABILITY
  139.  
  140.      Copyright ©1994-1997 Martin Blom.
  141.      Freely distributable in unmodified form.
  142.      See the AHI User's Guide for more information.
  143.